Skip to content

chore: add contributing guide and changeset CI check#10

Merged
scoobynko merged 1 commit into
mainfrom
chore/contributing-and-changeset-check
May 14, 2026
Merged

chore: add contributing guide and changeset CI check#10
scoobynko merged 1 commit into
mainfrom
chore/contributing-and-changeset-check

Conversation

@scoobynko

Copy link
Copy Markdown
Owner

Summary

  • Add a Contributing section to the README covering branch flow, pre-push checks, changesets, and how releases are automated.
  • Add a PR workflow (.github/workflows/changeset-check.yml) that fails when src/ is modified without a new changeset, so contributors get a clear signal before merge.

Test plan

  • Open this PR and confirm the new "Require changeset for src/ changes" check passes (no src/ changes here).
  • After merge, open a follow-up PR that touches src/ without a changeset and confirm the check fails with a helpful message.
  • Mark the check as required in branch protection for main once verified.

🤖 Generated with Claude Code

Add a Contributing section to the README covering branch flow,
pre-push checks, changesets, and how the Release workflow handles
versioning/publishing. Add a PR workflow that fails when src/ is
modified without a changeset, so contributors get a clear signal
before merge instead of silently shipping a change without a bump.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@scoobynko scoobynko merged commit 2aa86c2 into main May 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant